robertl [Thu, 2 Jun 2005 22:03:50 +0000 (22:03 +0000)]
Don't crash if we don't have a placed/found time or a missing 'notes' field.
robertl [Tue, 24 May 2005 05:14:33 +0000 (05:14 +0000)]
Use memmove for overlapping mem copy.
robertl [Thu, 19 May 2005 01:46:35 +0000 (01:46 +0000)]
Ozi can do tracks and routes.
robertl [Thu, 19 May 2005 01:39:03 +0000 (01:39 +0000)]
Warn if source not WGS 84.
robertl [Thu, 19 May 2005 01:26:22 +0000 (01:26 +0000)]
Start splitting smartname flag into finer precision.
robertl [Tue, 10 May 2005 02:55:52 +0000 (02:55 +0000)]
Remove C99-ism.
robertl [Tue, 10 May 2005 02:54:16 +0000 (02:54 +0000)]
Bump for beta.
robertl [Mon, 9 May 2005 20:51:53 +0000 (20:51 +0000)]
GPX: Change placed_by to read owner and not plced by.
Maggeo: Don't zero pad longitude as Geocache Manager doesn't.
robertl [Mon, 9 May 2005 16:25:33 +0000 (16:25 +0000)]
From Olaf: Let IGC round when doing FP->int conversions. Regenerate IGC reference to minimize rounding differences.
robertl [Mon, 9 May 2005 16:15:44 +0000 (16:15 +0000)]
Round tomtom values so they match on AMD64 & IA32. From Olaf.
robertl [Mon, 9 May 2005 16:14:08 +0000 (16:14 +0000)]
Olaf Klein contributes PathAway palm database reader
robertl [Fri, 6 May 2005 20:50:05 +0000 (20:50 +0000)]
Olaf fixes fp rounding problem that shows up on AMD64/Linux in testo.
robertl [Fri, 6 May 2005 17:57:28 +0000 (17:57 +0000)]
Fix C99-ism in tef_xml.c
robertl [Fri, 6 May 2005 17:54:33 +0000 (17:54 +0000)]
Add Makefile component of Maggeo.
robertl [Fri, 6 May 2005 17:51:49 +0000 (17:51 +0000)]
Add Magellan ".gs" format for outputting Geocaches to Explorist over USB.
robertl [Fri, 6 May 2005 17:45:30 +0000 (17:45 +0000)]
Add 'maxcount' argument to radius filter to allow user to limit number of
points to be passed downstream. (Specifically to stop Magellan's Geocache
Manager from hurting itself.)
robertl [Fri, 6 May 2005 17:08:52 +0000 (17:08 +0000)]
Code cleanup, improved testo case, and leak fixes from Olaf Klein.
robertl [Fri, 6 May 2005 15:13:45 +0000 (15:13 +0000)]
Change capabilties vec to show we only write routes.
robertl [Thu, 5 May 2005 22:21:07 +0000 (22:21 +0000)]
More TourExchangeFormat support from Olaf Klein.
robertl [Thu, 5 May 2005 22:13:21 +0000 (22:13 +0000)]
Olaf Klein contributes TourExchangeFormat.
robertl [Thu, 5 May 2005 16:37:31 +0000 (16:37 +0000)]
Free placer when waypt is freed.
robertl [Thu, 5 May 2005 16:32:55 +0000 (16:32 +0000)]
Add YYYYMMDD_TIME GEOCACHE_LAST_FOUND GEOCACHE_HINT GEOCACHE_PLACER to
the CSV handlers.
robertl [Thu, 5 May 2005 16:08:26 +0000 (16:08 +0000)]
Add GPX parsers for scanning last found from "Found it" logs and finding
placer names. Tweak capitalization on cache types for compatibility.
robertl [Thu, 5 May 2005 16:06:24 +0000 (16:06 +0000)]
Add 'last found' and 'placer' to geocaching fields.
robertl [Wed, 4 May 2005 20:34:13 +0000 (20:34 +0000)]
Add "S" for small container.
parkrrrr [Tue, 3 May 2005 16:44:44 +0000 (16:44 +0000)]
memdebug could report a double-free where none happened when addresses got reallocated.
parkrrrr [Tue, 3 May 2005 16:43:39 +0000 (16:43 +0000)]
Little unsupported changes to make converting from one layer type to another more reliable/useful
parkrrrr [Tue, 3 May 2005 16:41:06 +0000 (16:41 +0000)]
tiny memory leaks
robertl [Tue, 3 May 2005 16:02:36 +0000 (16:02 +0000)]
Strip_html() should always return an allocated string for consistency.
robertl [Tue, 3 May 2005 15:40:15 +0000 (15:40 +0000)]
Fix leak when first name in token is a vowel.
robertl [Sun, 1 May 2005 20:29:25 +0000 (20:29 +0000)]
Add locationless and benchmark for GSAK, too. (This is the version in 5.5.1 B16)
parkrrrr [Sat, 30 Apr 2005 22:47:17 +0000 (22:47 +0000)]
Oops, forgot vecs.c for TomTom update
robertl [Fri, 29 Apr 2005 19:13:04 +0000 (19:13 +0000)]
Add earthcache and cito. Fix missing letterbox.
parkrrrr [Thu, 28 Apr 2005 15:32:16 +0000 (15:32 +0000)]
Add TomTom .ov2 (POI) file support
robertl [Fri, 22 Apr 2005 20:00:02 +0000 (20:00 +0000)]
Add PIPE as a delimiter for GRASS.
robertl [Wed, 20 Apr 2005 14:26:08 +0000 (14:26 +0000)]
Use inttypes.h on FreeBSD.
robertl [Sat, 16 Apr 2005 04:03:13 +0000 (04:03 +0000)]
Honour maxcmts for files, too. (For explorist...)
robertl [Wed, 13 Apr 2005 03:20:36 +0000 (03:20 +0000)]
Let shortname generator have access to full waypoint in case it wants
to use extra fields in the decision-making process. Not all formats
or callers converted yet.
robertl [Mon, 11 Apr 2005 21:07:16 +0000 (21:07 +0000)]
Move icon_descr_is_dynamic and shortname_is_synthetic into a bitfield.
robertl [Mon, 11 Apr 2005 20:41:37 +0000 (20:41 +0000)]
Tighten up types for libjeeps.
robertl [Mon, 11 Apr 2005 20:30:57 +0000 (20:30 +0000)]
Use GPSBabel's abstraction for word size since the one from jeeps is dumb.
robertl [Fri, 8 Apr 2005 20:23:12 +0000 (20:23 +0000)]
Policy change on -N - it now means "don't change fields based on other fields" instead of "no smart icons". (Specifically, don't add diff/terr to garmin
and magellan protocols just becuase we happen to know them.)
robertl [Fri, 8 Apr 2005 20:18:25 +0000 (20:18 +0000)]
Export 330_cleanse and checksum for use by friends.
robertl [Fri, 8 Apr 2005 20:17:25 +0000 (20:17 +0000)]
Export a few symbols to be used by friends.
robertl [Thu, 7 Apr 2005 20:17:55 +0000 (20:17 +0000)]
Add runtime test for write error.
robertl [Thu, 7 Apr 2005 20:14:38 +0000 (20:14 +0000)]
Add runtime test that endpoints were correctly parsed.
parkrrrr [Thu, 7 Apr 2005 05:29:39 +0000 (05:29 +0000)]
Added icon descriptions
robertl [Wed, 6 Apr 2005 18:29:56 +0000 (18:29 +0000)]
Fix for names ending in "]".
parkrrrr [Wed, 6 Apr 2005 17:33:50 +0000 (17:33 +0000)]
GUIDs are now grouped properly, and the default GUID is now more identifiable
parkrrrr [Wed, 6 Apr 2005 04:58:07 +0000 (04:58 +0000)]
.an1 testo
parkrrrr [Wed, 6 Apr 2005 04:57:23 +0000 (04:57 +0000)]
Rough but working .an1 support
robertl [Fri, 1 Apr 2005 22:25:26 +0000 (22:25 +0000)]
Justin fixes mem leak introduced in last change.
robertl [Fri, 1 Apr 2005 20:06:16 +0000 (20:06 +0000)]
Justin fixes CoastalExplorer route handling.
parkrrrr [Tue, 29 Mar 2005 15:05:45 +0000 (15:05 +0000)]
Added file type
parkrrrr [Tue, 29 Mar 2005 14:46:01 +0000 (14:46 +0000)]
Tiny change to zoom info for SA2005/Topo5, thanks to test file from Mark McFate
parkrrrr [Tue, 29 Mar 2005 04:50:41 +0000 (04:50 +0000)]
Lots more knowledge about .an1 format
robertl [Sun, 27 Mar 2005 23:02:54 +0000 (23:02 +0000)]
Bump release for 1.2.5.
robertl [Sun, 27 Mar 2005 22:41:30 +0000 (22:41 +0000)]
Bump version.
robertl [Sun, 27 Mar 2005 22:40:54 +0000 (22:40 +0000)]
New GPSBabel front end name.
robertl [Sun, 27 Mar 2005 22:39:30 +0000 (22:39 +0000)]
Change project link to gpsbabel.org.
robertl [Sun, 27 Mar 2005 22:37:39 +0000 (22:37 +0000)]
Bump version.
robertl [Sun, 27 Mar 2005 22:30:22 +0000 (22:30 +0000)]
Fix spelling of "GPSBabel".
robertl [Sun, 27 Mar 2005 22:21:49 +0000 (22:21 +0000)]
Test release.
robertl [Fri, 25 Mar 2005 19:47:29 +0000 (19:47 +0000)]
Richard Messeder contributes replacement Windows GUI.
robertl [Fri, 25 Mar 2005 19:45:35 +0000 (19:45 +0000)]
Replace Windows GUI with revised one from Richard Messeder.
parkrrrr [Fri, 25 Mar 2005 19:03:13 +0000 (19:03 +0000)]
Add font color and style to known quantities
parkrrrr [Fri, 25 Mar 2005 16:57:22 +0000 (16:57 +0000)]
Added code to write out the .bmp files embedded in .an1 files.
parkrrrr [Fri, 25 Mar 2005 16:06:24 +0000 (16:06 +0000)]
Committing my thoughts on .an1 to posterity in code form.
robertl [Wed, 23 Mar 2005 18:39:16 +0000 (18:39 +0000)]
Support keyword expansion in 'CONSTANT' for OFIELDS.
robertl [Wed, 23 Mar 2005 12:57:32 +0000 (12:57 +0000)]
Andrew Kirmse adds better KML support.
robertl [Wed, 23 Mar 2005 12:55:54 +0000 (12:55 +0000)]
Andrew Kirmse contributes "real" KML support, fixes Garmin routes.
robertl [Mon, 21 Mar 2005 23:35:35 +0000 (23:35 +0000)]
Resync macgpsbabel repository against Jeremy's
robertl [Mon, 21 Mar 2005 15:01:04 +0000 (15:01 +0000)]
Call waypt_new instead of explicit calloc to prepare for external alt invalid
indicator.
robertl [Mon, 21 Mar 2005 14:47:34 +0000 (14:47 +0000)]
Regenerate. Delorme->DeLorme.
robertl [Mon, 21 Mar 2005 14:47:17 +0000 (14:47 +0000)]
Sort help and -^ displays.
robertl [Mon, 21 Mar 2005 14:21:11 +0000 (14:21 +0000)]
Delorme -> De_L_orme.
robertl [Fri, 18 Mar 2005 19:33:47 +0000 (19:33 +0000)]
Fix "past the beginning of string" test.
robertl [Fri, 18 Mar 2005 19:20:31 +0000 (19:20 +0000)]
Don't leak on non-uniq blank names. Don't read past beginning of string
on blank names after blank whacking applied.
robertl [Fri, 18 Mar 2005 18:47:38 +0000 (18:47 +0000)]
Use memmove for overlapping mem regions.
robertl [Fri, 18 Mar 2005 18:32:42 +0000 (18:32 +0000)]
use memmove to handle overlapping copies.
robertl [Fri, 18 Mar 2005 17:22:02 +0000 (17:22 +0000)]
Add header of jeeps-internal USB functions.
robertl [Fri, 18 Mar 2005 03:56:36 +0000 (03:56 +0000)]
Billions of warning fixes for MSVC-like substances.
From Andrew Kirmse (akirmse at google's mail) and to a lesser degree, myself.
parkrrrr [Thu, 17 Mar 2005 16:31:29 +0000 (16:31 +0000)]
made google 'real' again since output=js isn't likely to go away anytime soon.
parkrrrr [Thu, 17 Mar 2005 15:55:35 +0000 (15:55 +0000)]
Updated MSVC .NET project file
parkrrrr [Thu, 17 Mar 2005 15:53:37 +0000 (15:53 +0000)]
Turns out MSVC .NET also doesn't know stdint.h.
parkrrrr [Thu, 17 Mar 2005 15:47:50 +0000 (15:47 +0000)]
Updated MSVC 6 project files
parkrrrr [Thu, 17 Mar 2005 15:47:26 +0000 (15:47 +0000)]
MSVC 6 doesn't know about stdint.h
robertl [Thu, 17 Mar 2005 14:38:52 +0000 (14:38 +0000)]
Add 'maxcmts' to Magellan module to limit number of waypoint comments to coddle DirectRoute.
robertl [Wed, 16 Mar 2005 17:51:53 +0000 (17:51 +0000)]
A bunch of uninteresting changes to make icc (and presumably other
edgfe-based tools) whine less.
coastexp: fix bounds violation on monthString
delgpl: fix error text on fatal()
geoniche: tweak terminator
google: make seial an int, not long.
gpx: include xmlgeneric
lowrance: fix signedness writing waypoint count
mapsource make le_f(read|write)64 explictly void
nmea: add gratituous initialization
overlay: explicitly zero zome values
position: bloat 'nop' functions to eliminate need for cast.
shape: close->SHPClose. misc warning fixes
tpg: include ctype
xmlgeneric.h: add many protos.
robertl [Tue, 15 Mar 2005 20:14:09 +0000 (20:14 +0000)]
Demote alt to an int before use for endian safety.
robertl [Tue, 15 Mar 2005 20:10:13 +0000 (20:10 +0000)]
Add endian safety to writes. Passes on Mac now.
robertl [Tue, 15 Mar 2005 15:50:28 +0000 (15:50 +0000)]
Give up trying to test lowranceusr...
robertl [Tue, 15 Mar 2005 15:18:39 +0000 (15:18 +0000)]
Whitespace tweaks.
robertl [Tue, 15 Mar 2005 15:15:05 +0000 (15:15 +0000)]
Document '-' as alias for stdin/stdout.
robertl [Tue, 15 Mar 2005 15:13:44 +0000 (15:13 +0000)]
Add KML.
robertl [Tue, 15 Mar 2005 15:09:17 +0000 (15:09 +0000)]
Add (sketchy) support for Keyhole Markup Language.
robertl [Mon, 14 Mar 2005 18:14:41 +0000 (18:14 +0000)]
Reorder so that (eternally growing) list of file notes comes after usage.
robertl [Sat, 12 Mar 2005 05:27:30 +0000 (05:27 +0000)]
Add lowrance usr support from Jason Rust/jrust at rustyparts.com.
parkrrrr [Tue, 1 Mar 2005 22:00:06 +0000 (22:00 +0000)]
Update google to read output=js
robertl [Tue, 22 Feb 2005 07:43:26 +0000 (07:43 +0000)]
Call fatal if no Garmin USB devices found on USB scan. (Otherwise, we core
later.)